home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / banner / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.1 KB  |  34 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if defined(_WIN32_WCE_PSPC)
  7.     #error "This sample is not available for Palm-Size devices."
  8. #endif
  9.  
  10. #if (_WIN32_WCE < 210)
  11.     #error "This sample is only compatible with MFCCE 2.1 or later."
  12. #endif 
  13.  
  14. #if !defined(AFX_STDAFX_H__ACA52A9D_9CE1_11D1_87E0_006097BA8D75__INCLUDED_)
  15. #define AFX_STDAFX_H__ACA52A9D_9CE1_11D1_87E0_006097BA8D75__INCLUDED_
  16.  
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20.  
  21. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  22.  
  23. #include <afxwin.h>         // MFC core and standard components
  24. #include <afxext.h>         // MFC extensions
  25. #ifndef _AFX_NO_AFXCMN_SUPPORT
  26. #include <afxcmn.h>            // MFC support for Windows Common Controls
  27. #endif // _AFX_NO_AFXCMN_SUPPORT
  28.  
  29.  
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  32.  
  33. #endif // !defined(AFX_STDAFX_H__ACA52A9D_9CE1_11D1_87E0_006097BA8D75__INCLUDED_)
  34.